Performs field processing on the form image.
public void Process(
RasterImage form,
int firstPageNumber,
int lastPageNumber,
IList<PageAlignment> formAlignment
)
Public Overloads Sub Process( _
ByVal form As Leadtools.RasterImage, _
ByVal firstPageNumber As Integer, _
ByVal lastPageNumber As Integer, _
ByVal formAlignment As IList(Of PageAlignment) _
)
public:
void Process(
Leadtools.RasterImage^ form,
int firstPageNumber,
int lastPageNumber,
IList<PageAlignment^>^ formAlignment
)
form
The Leadtools.RasterImage.
firstPageNumber
First form page to process. It is a 1-based value.
lastPageNumber
Last form page to process. It is a 1-based value.
formAlignment
A value that indicates the Form Alignment. Alignment matches a Leadtools.Forms.LogicalRectangle that represents a specific area in the Master Form to its equivalent area in the Form. If it is null the fields will be aligned depending on the image resolution.
For a complete example on using the forms recognition and processing, refer to the FormProcessingEngine example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET